home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / games / larn12.arc / DEFINIT.TXT next >
Text File  |  1989-01-30  |  29KB  |  647 lines

  1. *******************************************************************************
  2. *******************************************************************************
  3. ***                                                                         ***
  4. ***    Daten von:        T h e    C a v e r n s    o f    L a r n           ***
  5. ***                     ------------------------------------------          ***
  6. ***                                                                         ***
  7. *******************************************************************************
  8. *******************************************************************************
  9.  
  10. /*    Larn is copyrighted 1986 by Noah Morgan. */
  11.  
  12.  
  13.  
  14.  
  15. ****************************************
  16.  Names of the players experience level:
  17. ****************************************
  18.  
  19. #define MEG 1000000
  20.  
  21.  Level         Score         Name
  22. ------------------------------------------------
  23.     1            0        novice explorer
  24.     2           10        apprentice explorer
  25.     3           20        practiced explorer
  26.     4           40        expert explorer
  27.     5           80        novice adventurer
  28.     6          160        adventurer
  29.     7          320        apprentice conjurer
  30.     8          640        conjurer
  31.     9         1280        master conjurer
  32.    10         2560        apprentice mage
  33.    11         5120        mage
  34.    12        10240        experienced mage
  35.    13        20480        master mage
  36.    14        40960        apprentice warlord
  37.    15       100000        novice warlord
  38.    16       200000        expert warlord
  39.    17       400000        master warlord
  40.    18       700000        apprentice gorgon
  41.    19        1 MEG        gorgon
  42.    20        2 MEG        practiced gorgon
  43.    21        3 MEG        master gorgon
  44.    22        4 MEG        demi-gorgon
  45.    23        5 MEG        evil master
  46.    24        6 MEG        great evil master
  47.    25        8 MEG        mighty evil master
  48.    26-39    10 MEG, 12 MEG, 14 MEG, 16 MEG, 18 MEG, 20 MEG, 22 MEG,
  49.             24 MEG, 26 MEG, 28 MEG, 30 MEG, 32 MEG, 34 MEG, 36 MEG
  50.    40       38 MEG        apprentice demi-god
  51.    41-48    40 MEG, 42 MEG, 44 MEG, 46 MEG, 48 MEG, 50 MEG, 52 MEG, 54 MEG
  52.    49       56 MEG        minor demi-god
  53.    50-57    58 MEG, 60 MEG, 62 MEG, 64 MEG, 66 MEG, 68 MEG, 70 MEG, 72 MEG
  54.    58       74 MEG        major demi-god
  55.    59-66    76 MEG, 78 MEG, 80 MEG, 82 MEG, 84 MEG, 86 MEG, 88 MEG, 90 MEG
  56.    67       92 MEG        minor deity
  57.    68-75    94 MEG, 96 MEG, 98 MEG, 100 MEG, 105 MEG, 110 MEG, 115 MEG, 120 MEG
  58.    76      125 MEG        major deity
  59.    77-84   130 MEG, 135 MEG, 140 MEG, 145 MEG, 150 MEG, 155 MEG, 160 MEG, 165 MEG
  60.    85      170 MEG        novice guardian
  61.    86-87   175 MEG, 180 MEG
  62.    88      185 MEG        apprentice guardian
  63.    89-93   190 MEG, 195 MEG, 200 MEG, 210 MEG, 220 MEG
  64.    94      230 MEG        earth guardian
  65.    95      240 MEG        air guardian
  66.    96      250 MEG        fire guardian
  67.    97      260 MEG        water guardian
  68.    98      270 MEG        time guardian
  69.    99      280 MEG        ethereal guardian
  70.   100      290 MEG        The Creator
  71.   101      300 MEG         "   "
  72.  
  73.  
  74.  
  75.  
  76.  
  77. *********************
  78.  Levels of Caverns :
  79. *********************
  80.  
  81. " H"," 1"," 2"," 3"," 4"," 5"," 6"," 7"," 8"," 9","10","V1","V2","V3" 
  82.  
  83.  
  84.  
  85.  
  86.  
  87. ***********************
  88.  Objects in the Game :
  89. ***********************
  90.  
  91. objnamelist =
  92. "ATOP%^F&^+M=%^$$f*OD#~][[)))(((|||{?!BC}o:@.<<<EVV))([[]]](^ [H* ^^ S tsTLc"
  93.  
  94.  
  95.     A:    "a holy altar"
  96.     T:    "a handsome jewel encrusted throne"
  97.     O:    "the orb"
  98.     P:    "a pit"
  99.     %:    "a staircase leading upwards"
  100.     ^:    "an elevator going up"
  101.     F:    "a bubbling fountain"
  102.     &:    "a great marble statue"
  103.     ^:    "a teleport trap"
  104.     +:    "the college of Larn"
  105.     M:    "a mirror"
  106.     =:    "the DND store"
  107.     %:    "a staircase going down"
  108.     ^:    "an elevator going down"
  109.     $:    "the bank of Larn"
  110.     $:    "the 5th branch of the Bank of Larn"
  111.     f:    "a dead fountain"
  112.     *:    "gold"
  113.     O:    "an open door"
  114.     D:    "a closed door"
  115.     #:    "a wall"
  116.     ~:    "The Eye of Larn"
  117.     ]:    "plate mail"
  118.     [:    "chain mail"
  119.     [:    "leather armor"
  120.     ):    "a sword of slashing"
  121.     ):    "Bessman's flailing hammer"
  122.     ):    "a sunsword"
  123.     (:    "a two handed sword"
  124.     (:    "a spear"
  125.     (:    "a dagger"
  126.     |:    "ring of extra regeneration"
  127.     |:    "a ring of regeneration"
  128.     |:    "a ring of protection"
  129.     |:    "an energy ring"
  130.     |:    "a ring of dexterity"
  131.     |:    "a ring of strength"
  132.     |:    "a ring of cleverness"
  133.     |:    "a ring of increase damage"
  134.     {:    "a belt of striking"
  135.     ?:    "a magic scroll"
  136.     !:    "a magic potion"
  137.     B:    "a book"
  138.     C:    "a chest"
  139.     }:    "an amulet of invisibility"
  140.     o:    "an orb of dragon slaying"
  141.     ::    "a scarab of negate spirit"
  142.     @:    "a cube of undead control"
  143.     .:    "device of theft prevention"
  144.     <:    "a brilliant diamond"
  145.     <:    "a ruby"
  146.     <:    "an enchanting emerald"
  147.     <:    "a sparkling sapphire"
  148.     E:    "the dungeon entrance"
  149.     V:    "a volcanic shaft leaning downward"
  150.     V:    "the base of a volcanic shaft"
  151.     ):    "a battle axe"
  152.     ):    "a longsword"
  153.     (:    "a flail"
  154.     [:    "ring mail"
  155.     [:    "studded leather armor"
  156.     ]:    "splint mail"
  157.     ]:    "plate armor"
  158.     ]:    "stainless plate armor"
  159.     (:    "a lance of death"
  160.     ^:    "an arrow trap"
  161.      :    "an arrow trap"
  162.     [:    "a shield"
  163.     H:    "your home"
  164.     *:    "gold"
  165.     ^:    "a dart trap"
  166.      :    "a dart trap"
  167.     ^:    "a trapdoor"
  168.      :    "a trapdoor"
  169.     S:    "the local trading post"
  170.      :    "a teleport trap"
  171.     t:    "a massive throne"
  172.     s:    "a sphere of annihilation"
  173.     T:    "a handsome jewel encrusted throne"
  174.     L:    "the Larn Revenue Service"
  175.     c:    "a fortune cookie"
  176.     .:    ""
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. ************************
  184.  Monsters in the Game :
  185. ************************
  186.  
  187. monstnamelist =
  188. "BGHJKOScjtAELNQRZabhiCTYdegmvzFWflorXV pqsyUkMwDDPxnDDuD"
  189.  
  190.  
  191.  
  192.     NAME                LV  AC DAM ATT DEF GEN INT GOLD   HP     EXP    Anzahl
  193. -------------------------------------------------------------------------------
  194. "",                      0,  0,  0,  0,  0,  0,  3,   0,   0,      0
  195.  
  196. B: "bat",                1,  0,  1,  0,  0,  0,  3,   0,   1,      1         5
  197. G: "gnome",              1, 10,  1,  0,  0,  0,  8,  30,   2,      2
  198. H: "hobgoblin",          1, 14,  2,  0,  0,  0,  5,  25,   3,      2
  199. J: "jackal",             1, 17,  1,  0,  0,  0,  4,   0,   1,      1
  200. K: "kobold",             1, 20,  1,  0,  0,  0,  7,  10,   1,      1
  201.  
  202. O: "orc",                2, 12,  1,  0,  0,  0,  9,  40,   4,      2        11
  203. S: "snake",              2, 15,  1,  0,  0,  0,  3,   0,   3,      1
  204. c: "giant centipede",    2, 14,  0,  4,  0,  0,  3,   0,   1,      2
  205. j: "jaculi",             2, 20,  1,  0,  0,  0,  3,   0,   2,      1
  206. t: "troglodyte",         2, 10,  2,  0,  0,  0,  5,  80,   4,      3
  207. A: "giant ant",          2,  8,  1,  4,  0,  0,  4,   0,   5,      5
  208.  
  209. E: "floating eye",       3,  8,  1,  0,  0,  0,  3,   0,   5,      2        17
  210. L: "leprechaun",         3,  3,  0,  8,  0,  0,  3,1500,  13,     45
  211. N: "nymph",              3,  3,  0, 14,  0,  0,  9,   0,  18,     45
  212. Q: "quasit",             3,  5,  3,  0,  0,  0,  3,   0,  10,     15
  213. R: "rust monster",       3,  4,  0,  1,  0,  0,  3,   0,  18,     25
  214. Z: "zombie",             3, 12,  2,  0,  0,  0,  3,   0,   6,      7
  215.  
  216. a: "assassin bug",       4,  9,  3,  0,  0,  0,  3,   0,  20,     15        22
  217. b: "bugbear",            4,  5,  4, 15,  0,  0,  5,  40,  20,     35
  218. h: "hell hound",         4,  5,  2,  2,  0,  0,  6,   0,  16,     35
  219. i: "ice lizard",         4, 11,  2, 10,  0,  0,  6,  50,  16,     25
  220. C: "centaur",            4,  6,  4,  0,  0,  0, 10,  40,  24,     45
  221.  
  222. T: "troll",              5,  4,  5,  0,  0,  0,  9,  80,  50,    300        27
  223. Y: "yeti",               5,  6,  4,  0,  0,  0,  5,  50,  35,    100
  224. d